Platform Explorer / Nuxeo Platform 2023.10

Extension point location

Documentation

This extension point can be used to register new repository locations (new core instances). The location registry is typically used to build the list of available servers on the first screen of the web app. The XML extension can contain a arbitrary number of location declaration if the form: true pgsql

This extension point can be used to disable a previously declared location: false demo

The locationURI tag must point on an existing core instance that was declared using : ...

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.util.LocationManagerPluginExtension

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-2023.10.13.jar /OSGI-INF/locationmanager-plugins-contrib.xml
    <extension point="location" target="org.nuxeo.ecm.platform.util.LocationManagerService">
        <documentation>
          Default server configuration for Nuxeo 5.
        </documentation>
    
        <locationManagerPlugin>
          <locationEnabled>true</locationEnabled>
          <locationName>default</locationName>
        </locationManagerPlugin>
    
        <!--  		<locationManagerPlugin>
               <locationEnabled>true</locationEnabled>
              <locationName>pgsql</locationName>
            </locationManagerPlugin>
             <locationManagerPlugin>
               <locationEnabled>true</locationEnabled>
              <locationName>demo2</locationName>
            </locationManagerPlugin>
        -->
      </extension>